Add the config file parsing for the on_{poweroff,reboot,crash} options, so that
authoremellor@ewan <emellor@ewan>
Fri, 30 Sep 2005 16:10:20 +0000 (17:10 +0100)
committeremellor@ewan <emellor@ewan>
Fri, 30 Sep 2005 16:10:20 +0000 (17:10 +0100)
commit42fb9678c9ee33b806ba4be14bf58a41146a09b0
tree124d0170f22feb6530a411e756e918f2e90ce690
parentdb730ecdd132306732846b1ec26d8c5a7a873563
Add the config file parsing for the on_{poweroff,reboot,crash} options, so that
they actually take effect.  Added behaviour "rename-restart" for debugging
purposes, that renames the domain out of the way, preserving it for debugging,
but starts a new domain too.

Add explicit remove of old domain paths when creating a new domain, to avoid
stale information affecting us (by shutting the domain down, for example).

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/examples/xmexample.vmx
tools/examples/xmexample1
tools/examples/xmexample2
tools/examples/xmexample3
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xm/create.py